home *** CD-ROM | disk | FTP | other *** search
/ Stac Reachout 7 / Stac Reachout 7.iso / STACFAX / 8503.TXT < prev    next >
Text File  |  1997-01-31  |  6KB  |  132 lines

  1.       -----------------------------------------------------------------
  2.       STAC NOTE                                               STAC NOTE
  3.        CONFIGURING REACHOUT TO DIAL & TRANSFER FILES AUTOMATICALLY IN
  4.                                      DOS
  5.                 (Applies to ReachOut versions 3.x, 4.x, 5.x)
  6.       STAC FAX  8503 (07-15-1996)
  7.       -----------------------------------------------------------------
  8.       BACKGROUND
  9.       
  10.       ReachOut's Remote Access is capable of dialing a host,
  11.       transferring a file, and disconnecting automatically. Remote
  12.       Control does not have this capability in a DOS session.
  13.                                       
  14.       NOTE:  ReachOut version 5.X has the capability of automating this
  15.              procedure through its Remote Control Scripting in Windows.
  16.              Use version 5's Scripting capability instead of the method
  17.              below because it is easier and more powerful. See the
  18.              ReachOut Help in Windows for complete details.
  19.       
  20.       The following is required:
  21.       
  22.       ReachOut Remote Control (Ver 3.0 or higher), ReachOut Remote
  23.       Control Pro Edition (Ver 4.0 or higher), or ReachOut Complete
  24.       Remote Access (Ver 5.0 or higher).
  25.            
  26.       For unattended transfer, a DOS timer or scheduler to invoke
  27.       a batch file.
  28.            
  29.       VIEWER SET-UP:
  30.       
  31.       Note: These instruction are based on ReachOut's DOS menu's and
  32.       need to be done at DOS level.
  33.        
  34.       1. Run RASETUP, select [X] Client, in the Go Viewer menu. Do
  35.          NOT select Server.
  36.  
  37.       2. Edit the GVM.BAT file. Add the parameter /PHONEBOOK="%1" on
  38.          the VIEWMDM line. The line should read:
  39.  
  40.          VIEWMDM /PHONEBOOK="%1"
  41.  
  42.          where <phonebook name> is an existing entry in the Viewers
  43.          phone book as the <user name>/<name>.
  44.  
  45.          Note: When you type GVM <user name>/<name>, ReachOut will
  46.                automatically dial the Host using the corresponding phone
  47.                number.
  48.  
  49.       3. Run GVM, in the Link menu, select ôONCE CONNECTEDö,
  50.          highlight EXIT to DOS and press enter. This will allow the
  51.          Viewer to connect, and exit to DOS to continue with the
  52.          batch file.
  53.  
  54.       4. Exit back to DOS.
  55.              
  56.       5. Create a batch file called AUTODIAL.BAT. (You may use any
  57.          file name you desire.) The file may contain lines such as:
  58.  
  59.               CALL GVM <user name>/<name>
  60.               XCOPY/Y D:\DIRECTORY\FILE.EXT  C:\DIRECTORY\FILE.EXT
  61.               XCOPY/Y C:\DIRECTORY\FILE.EXT  D:\DIRECTORY\FILE.EXT
  62.               VDISC
  63.       
  64.          * The COPY command can be used instead of XCOPY/Y but the
  65.            directory must not have an existing file with the same name
  66.            that is trying to be copied.  The XCOPY/Y command suppresses
  67.            prompting to confirm that you want to overwrite an existing
  68.            file.
  69.       
  70.          * This part is optional in the autodial.bat but is needed
  71.            if going to connect to multiple hosts.
  72.       
  73.               RCHSPX UNLOAD
  74.               RACLIENT UNLOAD
  75.               VWREXEC UNLOAD
  76.               CALL GVM <user name>/<name>
  77.               XCOPY/Y D:\DIRECTORY\FILE.EXT  C:\DIRECTORY\FILE.EXT
  78.               XCOPY/Y C:\DIRECTORY\FILE.EXT  D:\DIRECTORY\FILE.EXT
  79.               VDISC
  80.       
  81.          The first line, CALL GVM <user name>/<name>, is to start the
  82.          GVM.BAT and dial the number associated with this user name.
  83.          For example, CALL GVM HOST, would dial the phone number
  84.          associated with HOST, in the Viewers phonebook as the user
  85.          name, and upon connection issue the associated password. The
  86.          next command(s) can be any DOS command. The first xcopy/y
  87.          command would copy a file from the Host to the Viewer, the
  88.          second would copy a file from the Viewer to the Host. The
  89.          final command must be VDISC, which will disconnect the
  90.          Viewer, and end that session.
  91.            
  92.       HOST SET-UP:
  93.       
  94.       1. Run RASETUP, select [X] SERVER, in the Go Host menu. Do NOT
  95.          select Client.
  96.  
  97.       2. Run Password, add a new <user name>/<Id/Comment>, Password,
  98.          and the name of a SERVEUP file. If only a standard serveup
  99.          file is required use SERVEUP.
  100.  
  101.       3. Run SERVEUP, select the drive letter as you wish it to
  102.          appear on the remote system. If both machines have only C
  103.          drives, you may select D. Select the drive and directory you
  104.          wish to serve to the remote system. C:\ will give you access
  105.          to all drives and directories of the host.
  106.  
  107.       4. Run the file GHM from DOS, and the Host is ready. Other
  108.          Hosts may be setup the same.
  109.            
  110.          *When connecting to multiple hosts the <user name>/<Id/Comment>
  111.           has to be different for every host and the  Viewer phonebook
  112.           should specify each <username>/<name>.  If a duplicate user
  113.           name is used then the automation will fail with an incorrect
  114.           password.
  115.            
  116.       OPERATION:
  117.       
  118.          To start the process, simply type the name of the batch file
  119.          created above. In this example you would type AUTODIAL <enter>.
  120.          The Viewer will dial, connect, issue the password, copy the
  121.          file(s), and disconnect.
  122.  
  123.          *This also works on a network connection, so substitute
  124.           GHM.BAT, GVM.BAT, and VIEWMDM with GHN.BAT, GVN.BAT, and
  125.           VIEWNET respectively.
  126.          *<user name> refers to Reachout ver 5.0 or higher
  127.          *<name> and <Id/Comment> refers to Reachout ver 3.3 and 4.0
  128.            or higher
  129.       
  130.       -----------------------------------------------------------------
  131.       Copyright 1996 Stac, Inc.
  132.